home *** CD-ROM | disk | FTP | other *** search
/ Aminet 44 / Aminet 44 (2001)(GTI - Schatztruhe)[!][Aug 2001].iso / Aminet / dev / src / ChunkyStartup2.lha / ChunkyStartup2K1 / Readmeeee.txt < prev    next >
Text File  |  2001-06-18  |  2KB  |  71 lines

  1. Short:    Chunkystartup.asm CGX/AGA/PICASSO useful for OSlike demos.(asm/C)
  2. Uploader: krabob@online.fr
  3. Author:   krabob@online.fr
  4. Type:     dev/src
  5.  
  6. -----------------------------------------------------------
  7.  krabob/mankind present a continuation of some merko work:
  8.  
  9.  Chunkystartup.o
  10.  
  11.  So here are nice functions to open 8bits chunky screen, and
  12. it works the same on aga , cgx and picasso.
  13.  very useful piece of code for demo nowadays.
  14.  aga-only user can code CGX compatible and vice versa !!!
  15.  resolution-free !!! OS-friendly !!! no RTG libs needed !!!
  16.  
  17.  usable in C or asm !!!
  18.  
  19. all code and linkable .o provided !!! test.c provided !
  20.  even some executable provided ? what else !!!
  21.  
  22. Better Read ChunkyStartup.h for an explanation of functions.
  23.  
  24.  you have a function to open a screen, another
  25.  to refresh it with a chunky screen, another to close it,
  26.  et ceterae... all sources provided.
  27.  
  28. test! launch a screen asl requester,then a little zoomsprite effect.
  29. test320! launch always a 320x240 screen, on cgx (if found) or AGA.
  30.  
  31.  
  32.  report buggs (if there are ) at:
  33.  
  34.  krabob@online.fr
  35.  
  36.  and visit now and often: www.m4nkind.com for
  37.  demo productions !!! more MODERN sources soon.
  38.  
  39.  if you want discuss demo and asm, take an irc client
  40.  and visit #amycoders !!!
  41.  
  42.  What are the files ?
  43.  
  44.  
  45. c2p1x1_8_c5_bm.s                 M.Kalms c2p optimised 020/030
  46. c2p1x1_8_c5_bm_040.s             M.Kalms c2p optimised 040/060
  47.  
  48.                         (choose one of this 2 files included in
  49.                         ChunkyStartup.asm  )
  50.  
  51. ChunkyStartup.asm                the functions sources
  52. Test!                           executable with asl requester
  53. ChunkyStartup.h                 primitives for vbcc
  54. ChunkyStartup.o
  55. test.c
  56. Texture.Chunky                  data for test
  57. Texture.LoadRGB32               data for test
  58. cybergraphics.doc               some cybergraphics include
  59. cybergraphics.i
  60. cybergraphics_lib.i
  61. hamfont                         some data for ChunkyDebug
  62. ChunkyDebug.asm
  63. ChunkyDebug.h
  64. ChunkyDebug.o
  65. KZoomSprite.h                   some drawing function to test
  66. KZoomSprite.i
  67. KZoomSprite.o
  68. Readmeeee.txt
  69.  
  70.  
  71.